<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*骞荤伅鐗嘋SS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 40px;
  	height: 5px;
  	background-color: #B7B4B0;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #9B322E;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/preva.png") no-repeat center;
  	left: 12%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/nexta.png") no-repeat center;
  	right: 12%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*骞荤伅鐗嘋SS*/

/*缃戠珯鍏憡*/
.gonggao{
	padding: 30px 0;
}
.gonggao-a{
	text-align: center;
	border: 1px solid #dddddd;
	padding: 18.5px 0;
}
.gonggao-a span{
	font-size: 16px;
	color: #d61528;
	font-weight: bold;
}
.gonggao-a a{
	font-size: 16px;
	color: #d61528;
	font-weight: bold;
}
/*缃戠珯鍏憡*/

/*浜у搧鍒嗙被+浜у搧鍒楄〃*/
.kuai{
	padding-bottom: 60px;
}
.kuai .fenlei{
	
}
.kuai .fenlei li{
	width: 104px;
	margin-right: 8px;
}
.kuai .fenlei li:last-child{
	margin-right: 0;
}
.kuai .fenlei li a{
	display: block;
}
.kuai .fenlei li a span{
	display: block;
	background: #666666;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.kuai .fenlei li a p{
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #a0a1a1;
	position: relative;
	transition:all ease-out 0.3s;
}
.kuai .fenlei li a p img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.kuai .fenlei li a:hover span{
	background: #ee8314;
}
.kuai .fenlei li a:hover p{
	background: #eee;
}
.kuai .qie{
	
}
.kuai .qie .list{
	
}
.kuai .qie .list li{
	width: 235px;
	margin-right: 20px;
	margin-top: 20px;
}
.kuai .qie .list li:nth-child(4n){
	margin-right: 0;
}
.kuai .qie .list li a{
	display: block;
}
.kuai .qie .list li a p{
	width: 100%;
	height: 235px;
	overflow: hidden;
	background: #ffffff;
	position: relative;
}
.kuai .qie .list li a p img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.kuai .qie .list li a span{
	display: block;
	line-height: 40px;
	text-align: center;
	background: #cccccc;
	font-size: 14px;
	color: #000000;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.kuai .qie .list li a:hover span{
	background: #ee8314;
	color: #ffffff;
}
/*浜у搧鍒嗙被+浜у搧鍒楄〃*/

/*鍏徃浠嬬粛*/
.about{
	background: url(../picture/aboutbg.jpg) no-repeat top center;
	padding: 50px 0;
}
.about .left{
	width: 400px;
}
.about .left a{
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.about .left img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.about .right{
	width: 560px;
	padding: 4.5px 0;
}
.about .right h2.title{
	font-size: 30px;
	color: #333333;
}
.about .right span.desc{
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 20px;
}
.about .right .content{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
	height: 150px;
	overflow: hidden;
}
.about .right .more{
	display: inline-block;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ee8314;
	font-size: 14px;
	color: #ffffff;
	border-radius: 50px;
}
/*鍏徃浠嬬粛*/

/*鎶€鏈笌璁惧*/
.shebei{
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.bt{
	text-align: center;
	margin-bottom: 40px;
}
.bt span{
	font-size: 24px;
	padding: 0 10px;
	color: #333333;
	display: inline-block;
	position: relative;
}
.bt span:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 2px;
	background: #333333;
	left: -100px;
	top: 50%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}
.bt span:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 2px;
	background: #333333;
	right: -100px;
	top: 50%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}
.bt p{	
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
}
.shebei .picScroll-left{ 
	margin: 0 auto;
	overflow:hidden; 
	position:relative;  
}
.shebei .picScroll-left .hd{ 
	overflow:hidden;
	padding-bottom: 30px;
	width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.shebei .picScroll-left .hd .prev,
.shebei .picScroll-left .hd .next{ 	
	width:14px; 
	height:24px; 
	overflow:hidden;
	cursor:pointer; 
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.shebei .picScroll-left .hd .next{
	float:left; 
	background:url("../images/prev.png") no-repeat;
	background-size: 100%;
}
.shebei .picScroll-left .hd .prev{ 
	float:right; 	
	background:url("../images/next.png") no-repeat; 
	background-size: 100%;
}
.shebei .picScroll-left .bd&gt;div{
	margin: 0 auto;
}
.shebei .picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.shebei .picScroll-left .bd ul li{ 
	float:left; 
	margin: 0 7px;
	display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.shebei .picScroll-left .bd ul li .pic{ 
	
}
.shebei .picScroll-left .bd ul li .pic a{
	display: block;
	text-align:center; 
	width: 235px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border:1px solid #ccc;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.shebei .picScroll-left .bd ul li .pic img{ 
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.shebei .picScroll-left .bd ul li .pic a:hover{ 
	border-color:#ee8314;  
}
.shebei .picScroll-left .bd ul li .title{ 
	line-height:35px;   
}
.shebei .picScroll-left .bd ul li .title a{
	color: #333333;
	font-size: 14px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
} 
.shebei .picScroll-left .bd ul li .title a:hover{
	color: #ee8314;
}
/*鎶€鏈笌璁惧*/

/*鏂伴椈鍔ㄦ€�*/
.news{
	padding: 50px 0 60px;
}
.news .list{
	
}
.news .list li{
	width: 310px;
	margin-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.news .list li:nth-child(3n){
	margin-right: 0;
}
.news .list li h3{
	line-height: initial;
	margin-bottom: 10px;
}
.news .list li h3 a{
	font-size: 16px;
	color: #333333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.news .list li h3 a:hover{
	color: #ee8314;
}
.news .list li p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .list li time{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
/*鏂伴椈鍔ㄦ€�*/</pre></body></html>